home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / PowerD_mui / pwrd_mui.readme
Encoding:
Text File  |  2002-03-13  |  570 b   |  20 lines

  1.    short: MUI development package for PowerD
  2.   author: Miklos Nemeth, Martin Kuchinka
  3. uploader: kuchinka@volny.cz
  4.     type: dev/e
  5. requires: dev/e/pwrd_mui.lha
  6.  
  7. This archive contains all the developer's stuff for programming in PowerD
  8. with muimaster.library.
  9.  
  10.   Installation:
  11. copy everything from this archive to it's proper place in the D: drawer.
  12. Add to the dmodules:powerd/options.m file following lines, but only if
  13. they aren't already included:
  14.  
  15. SETOPT MUI
  16.     MODULE    'startup/startup_mui'
  17. ENDOPT
  18.  
  19. This will automaticaly open the muimaster.library just with 'OPT MUI'.
  20.